This is an R Markdown document. The goal is to try making a page for my Github webpage, with one interactive plot supported by plotly. Let us see!
I can include pieces of code:
load("./saveForWeb.Rdata")
I can include static images:
plot(mtcars)
Can I include moving images? So far Javascript is a bit weird with liquid syntax, let’s keep it for later.
{% raw %}